home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Oberon⁄F™ 1.1 / Dev / Docu / Compiler (.txt) < prev    next >
Encoding:
Oberon Document  |  1995-08-09  |  1.9 KB  |  45 lines  |  [oODC/obnF]

  1. Documents.StdDocumentDesc
  2. Documents.DocumentDesc
  3. Containers.ViewDesc
  4. Views.ViewDesc
  5. Stores.StoreDesc
  6. Documents.ModelDesc
  7. Containers.ModelDesc
  8. Models.ModelDesc
  9. Stores.ElemDesc
  10. TextViews.StdViewDesc
  11. TextViews.ViewDesc
  12. TextModels.StdModelDesc
  13. TextModels.ModelDesc
  14. TextModels.AttributesDesc
  15. Helvetica
  16. TextRulers.StdRulerDesc
  17. TextRulers.RulerDesc
  18. TextRulers.StdStyleDesc
  19. TextRulers.StyleDesc
  20. TextRulers.AttributesDesc
  21. Helvetica
  22. Helvetica
  23. Helvetica
  24. DevCompiler
  25. DEFINITION DevCompiler;
  26.     PROCEDURE  Compile;
  27.     PROCEDURE  CompileModuleList;
  28.     PROCEDURE  CompileSelection;
  29. END DevCompiler.
  30. PROCEDURE Compile
  31. Guard: TextCmds.FocusGuard
  32. Compile the module whose source is in the focus view.
  33. PROCEDURE CompileModuleList
  34. Guard: TextCmds.SelectionGuard
  35. Compile the list of modules whose names are selected. When the first error is detected, the offending source is opened to show the error.
  36. PROCEDURE CompileSelection
  37. Guard: TextCmds.SelectionGuard
  38. Compile the module, whose beginning is selected.
  39. TextControllers.StdCtrlDesc
  40. TextControllers.ControllerDesc
  41. Containers.ControllerDesc
  42. Controllers.ControllerDesc
  43. Helvetica
  44. Documents.ControllerDesc
  45.